home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / pibcalc.arc / README.DOC < prev    next >
Text File  |  1985-03-07  |  2KB  |  72 lines

  1. This library contains TURBO Pascal routines which implement
  2. a programmable calculator.  These instructions tell you
  3. how to get the files out.
  4.  
  5. Use your favorite version of LU to extract all of
  6. the files.  You do this by saying:
  7.  
  8.     LU A PIBCALC.LBR
  9.  
  10. assuming that your library program is called LU.
  11.  
  12. All of the Pascal source files are squeezed.  The files PIBHELP.HLP
  13. and README.DOC are NOT squeezed and do not have to be unsqueezed.
  14. Unsqueeze all the .PQS files using your favorite unsqueezer.
  15. Note that the PibCalc files were squeezed WITHOUT the
  16. date and time stamp.  I suggest you use ALUSQ.COM if you
  17. have it, since it is fast, reliable, and will unsqueeze
  18. all the files using a wildcard request:
  19.  
  20.      ALUSQ *.PQS
  21.  
  22. If you don't have this unsqueezer, and the one you do have
  23. doesn't support wildcards, then you will have to enter a
  24. separate unsqueeze request for each .PQS file.
  25.  
  26. To compile PibCalc, enter Turbo and tell it to write a .COM file
  27. using OPTIONS.  Set the Main program to be the file PIBCALC.PAS.
  28. Type C to start the compile.  I STRONGLY suggest that you use
  29. Turbo-87 if you have it.
  30.  
  31. To run PibCalc, type:
  32.  
  33.      PIBCALC
  34.  
  35. in response to the MS-DOS prompt.
  36.  
  37. To leave PibCalc, type:
  38.  
  39.      EXIT
  40.  
  41. in response to the PibCalc prompt.
  42.  
  43. The file PIBCALC.HLP contains detailed instructions on the
  44. use of the PIBCALC program.  This file should be resident in
  45. the same directory as PIBCALC.COM as it is used by PibCalc in
  46. response to a HELP request.  There is also useful information
  47. in the header comments to the main program in PIBCALC.PAS.
  48.  
  49. PibCalc is an interactive desk calculator designed for use
  50. especially by programmers.  PibCalc tries to combine the
  51. features from better pocket calculators with the expression
  52. syntax of the common algorithmic programming languages.
  53.  
  54. PibCalc offers the following features:
  55.  
  56.    Integer and Real Floating Point Arithmentic
  57.    Octal, Decimal, and Hexadecimal Bases.
  58.    The usual arithmetic operators.
  59.    Common mathematical functions.
  60.    User-defined variables.
  61.    User-defined functions.
  62.  
  63. Please upload any nifty features you add or (shudder) notices of
  64. bugs you find.  You may leave me messages on the following
  65. BBSs:
  66.  
  67.       Gene Plantz's BBS (312) 882 4227
  68.       Ron Fox's BBS     (312) 940 6496
  69.  
  70. Thanks,
  71. Phil Burns
  72.